org.eclipse.vtp.desktop.editors.core.elements
Class RecordInformationProvider
java.lang.Object
org.eclipse.vtp.desktop.editors.core.elements.PrimitiveInformationProvider
org.eclipse.vtp.desktop.editors.core.elements.RecordInformationProvider
public class RecordInformationProvider
- extends PrimitiveInformationProvider
- Version:
- 1.0
- Author:
- Trip
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecordInformationProvider
public RecordInformationProvider(PrimitiveElement element)
- Parameters:
name -
addIncomingConnector
public void addIncomingConnector(Connector connector)
removeIncomingConnector
public void removeIncomingConnector(Connector connector)
getConnectorRecord
public ConnectorRecord getConnectorRecord(java.lang.String recordName)
- Specified by:
getConnectorRecord in class PrimitiveInformationProvider
getConnectorRecords
public java.util.List getConnectorRecords()
- Specified by:
getConnectorRecords in class PrimitiveInformationProvider
getConnectorRecords
public java.util.List getConnectorRecords(int type)
- Specified by:
getConnectorRecords in class PrimitiveInformationProvider
getVariableName
public java.lang.String getVariableName()
setVariableName
public void setVariableName(java.lang.String varName)
readConfiguration
public void readConfiguration(org.w3c.dom.Element configuration)
- Specified by:
readConfiguration in class PrimitiveInformationProvider
writeConfiguration
public void writeConfiguration(org.w3c.dom.Element configuration)
- Specified by:
writeConfiguration in class PrimitiveInformationProvider
getPropertiesPanels
public java.util.List getPropertiesPanels()
- Specified by:
getPropertiesPanels in class PrimitiveInformationProvider
acceptConnector
public boolean acceptConnector(Element origin)
- Specified by:
acceptConnector in class PrimitiveInformationProvider
getOutgoingVariables
public java.util.List getOutgoingVariables(java.lang.String exitPoint,
java.util.Map visited)
- Overrides:
getOutgoingVariables in class PrimitiveInformationProvider
buildObjectFields
public void buildObjectFields(ObjectDefinition def)
isObject
public boolean isObject(java.lang.String typeName)
hasConnectors
public boolean hasConnectors()
- Specified by:
hasConnectors in class PrimitiveInformationProvider